home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ADFiles / _setup.1 / ADFiles.exe / 0 / RCDATA / TURLMAKE / TURLMAKE.txt < prev   
Text File  |  1998-04-27  |  8KB  |  362 lines

  1. object UrlMake: TUrlMake
  2.   Left = 255
  3.   Top = 139
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 385
  7.   ClientWidth = 363
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PanelAddUrl: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 363
  25.     Height = 385
  26.     Align = alClient
  27.     BevelInner = bvLowered
  28.     BorderWidth = 3
  29.     BorderStyle = bsSingle
  30.     TabOrder = 0
  31.     object RxLabel7: TRxLabel
  32.       Left = 5
  33.       Top = 102
  34.       Width = 62
  35.       Height = 14
  36.       Caption = 'Edit full Url  :'
  37.     end
  38.     object Panel1: TPanel
  39.       Left = 7
  40.       Top = 210
  41.       Width = 345
  42.       Height = 164
  43.       BevelInner = bvLowered
  44.       BorderWidth = 1
  45.       TabOrder = 0
  46.       object RxLabel1: TRxLabel
  47.         Left = 3
  48.         Top = 4
  49.         Width = 96
  50.         Height = 14
  51.         Caption = 'Official host name  :'
  52.       end
  53.       object RxLabel2: TRxLabel
  54.         Left = 3
  55.         Top = 44
  56.         Width = 98
  57.         Height = 14
  58.         Caption = 'IP Address of host  :'
  59.       end
  60.       object RxLabel5: TRxLabel
  61.         Left = 257
  62.         Top = 4
  63.         Width = 31
  64.         Height = 14
  65.         Caption = 'Port  :'
  66.       end
  67.       object RxLabel3: TRxLabel
  68.         Left = 117
  69.         Top = 4
  70.         Width = 63
  71.         Height = 14
  72.         Caption = 'User name  :'
  73.       end
  74.       object RxLabel4: TRxLabel
  75.         Left = 192
  76.         Top = 4
  77.         Width = 58
  78.         Height = 14
  79.         Caption = 'Password  :'
  80.       end
  81.       object RxLabel6: TRxLabel
  82.         Left = 117
  83.         Top = 44
  84.         Width = 114
  85.         Height = 14
  86.         Caption = 'Initial remote directory  :'
  87.       end
  88.       object lbAbout: TRxLabel
  89.         Left = 5
  90.         Top = 84
  91.         Width = 82
  92.         Height = 14
  93.         Caption = 'About this host  :'
  94.       end
  95.       object Panel2: TPanel
  96.         Left = 4
  97.         Top = 18
  98.         Width = 112
  99.         Height = 25
  100.         BevelOuter = bvNone
  101.         BorderStyle = bsSingle
  102.         TabOrder = 0
  103.         object edHost: TEdit
  104.           Left = 0
  105.           Top = 0
  106.           Width = 108
  107.           Height = 21
  108.           TabOrder = 0
  109.           OnDragDrop = edHostDragDrop
  110.           OnDragOver = edHostDragOver
  111.           OnKeyPress = edHostKeyPress
  112.         end
  113.       end
  114.       object Panel3: TPanel
  115.         Left = 4
  116.         Top = 58
  117.         Width = 112
  118.         Height = 25
  119.         BevelOuter = bvNone
  120.         BorderStyle = bsSingle
  121.         TabOrder = 1
  122.         object edIP: TEdit
  123.           Left = 0
  124.           Top = 0
  125.           Width = 108
  126.           Height = 21
  127.           TabOrder = 0
  128.           OnDragDrop = edHostDragDrop
  129.           OnDragOver = edHostDragOver
  130.           OnKeyPress = edHostKeyPress
  131.         end
  132.       end
  133.       object Panel4: TPanel
  134.         Left = 286
  135.         Top = 18
  136.         Width = 54
  137.         Height = 25
  138.         BevelOuter = bvNone
  139.         BorderStyle = bsSingle
  140.         TabOrder = 2
  141.         object edPort: TCurrencyEdit
  142.           Left = 0
  143.           Top = 0
  144.           Width = 50
  145.           Height = 21
  146.           Alignment = taLeftJustify
  147.           AutoSize = False
  148.           BeepOnError = False
  149.           DecimalPlaces = 0
  150.           DisplayFormat = '#'
  151.           MaxValue = 9999.000000000000000000
  152.           TabOrder = 0
  153.           Value = 21.000000000000000000
  154.           OnDragDrop = edPortDragDrop
  155.           OnDragOver = edHostDragOver
  156.         end
  157.       end
  158.       object Panel5: TPanel
  159.         Left = 210
  160.         Top = 18
  161.         Width = 74
  162.         Height = 25
  163.         BevelOuter = bvNone
  164.         BorderStyle = bsSingle
  165.         TabOrder = 3
  166.         object edPass: TEdit
  167.           Left = 0
  168.           Top = 0
  169.           Width = 70
  170.           Height = 21
  171.           TabOrder = 0
  172.           Text = 'user@'
  173.           OnDragDrop = edHostDragDrop
  174.           OnDragOver = edHostDragOver
  175.         end
  176.       end
  177.       object Panel6: TPanel
  178.         Left = 118
  179.         Top = 18
  180.         Width = 90
  181.         Height = 25
  182.         BevelOuter = bvNone
  183.         BorderStyle = bsSingle
  184.         TabOrder = 4
  185.         object edLogin: TEdit
  186.           Left = 0
  187.           Top = 0
  188.           Width = 86
  189.           Height = 21
  190.           TabOrder = 0
  191.           Text = 'anonymous'
  192.           OnDragDrop = edHostDragDrop
  193.           OnDragOver = edHostDragOver
  194.         end
  195.       end
  196.       object Panel7: TPanel
  197.         Left = 118
  198.         Top = 58
  199.         Width = 222
  200.         Height = 25
  201.         BevelOuter = bvNone
  202.         BorderStyle = bsSingle
  203.         TabOrder = 5
  204.         object edIniDir: TEdit
  205.           Left = 0
  206.           Top = 0
  207.           Width = 218
  208.           Height = 21
  209.           TabOrder = 0
  210.           OnDragDrop = edHostDragDrop
  211.           OnDragOver = edHostDragOver
  212.           OnKeyPress = edHostKeyPress
  213.         end
  214.       end
  215.       object PanelAbout: TPanel
  216.         Left = 4
  217.         Top = 98
  218.         Width = 336
  219.         Height = 61
  220.         BevelOuter = bvNone
  221.         BorderStyle = bsSingle
  222.         TabOrder = 6
  223.         object edAbout: TRichEdit
  224.           Left = 0
  225.           Top = 0
  226.           Width = 332
  227.           Height = 57
  228.           Align = alClient
  229.           Enabled = False
  230.           TabOrder = 0
  231.         end
  232.       end
  233.     end
  234.     object PanelFulUrl: TPanel
  235.       Left = 7
  236.       Top = 43
  237.       Width = 345
  238.       Height = 166
  239.       BevelInner = bvLowered
  240.       BorderWidth = 1
  241.       TabOrder = 1
  242.       object PanelFullUrl: TPanel
  243.         Left = 4
  244.         Top = 4
  245.         Width = 336
  246.         Height = 128
  247.         BevelOuter = bvNone
  248.         BorderStyle = bsSingle
  249.         TabOrder = 0
  250.         object ListFullUrl: TListView
  251.           Left = 0
  252.           Top = 0
  253.           Width = 332
  254.           Height = 124
  255.           Align = alClient
  256.           ColumnClick = False
  257.           OnClick = TipsFtpClick
  258.           OnDblClick = ListFullUrlDblClick
  259.           Columns = <
  260.             item
  261.               Caption = 'Full Url'
  262.               Width = 328
  263.             end>
  264.           OnEditing = TipsFtpEditing
  265.           OnMouseMove = TipsFtpMouseMove
  266.           PopupMenu = PopupMenu1
  267.           TabOrder = 0
  268.           ViewStyle = vsReport
  269.           SmallImages = SmallImages
  270.         end
  271.       end
  272.       object PaneledFullUrl: TPanel
  273.         Left = 4
  274.         Top = 134
  275.         Width = 336
  276.         Height = 27
  277.         BevelOuter = bvNone
  278.         BorderStyle = bsSingle
  279.         TabOrder = 1
  280.         object edFullUrl: TEdit
  281.           Left = 0
  282.           Top = 0
  283.           Width = 332
  284.           Height = 23
  285.           AutoSelect = False
  286.           AutoSize = False
  287.           TabOrder = 0
  288.           OnDblClick = edFullUrlDblClick
  289.           OnEndDrag = edFullUrlEndDrag
  290.           OnMouseDown = edFullUrlMouseDown
  291.           OnMouseMove = edFullUrlMouseMove
  292.           OnMouseUp = edFullUrlMouseUp
  293.         end
  294.       end
  295.     end
  296.     object PanelButtons: TPanel
  297.       Left = 7
  298.       Top = 7
  299.       Width = 345
  300.       Height = 36
  301.       BevelInner = bvLowered
  302.       TabOrder = 2
  303.       object btAdd: TRxSpeedButton
  304.         Left = 3
  305.         Top = 3
  306.         Width = 30
  307.         Height = 30
  308.         Hint = 'Add typed Url to Explorer'
  309.         Flat = True
  310.         GrayedInactive = False
  311.         ParentShowHint = False
  312.         OnClick = btUrlAddClick
  313.       end
  314.       object btExit: TRxSpeedButton
  315.         Left = 65
  316.         Top = 3
  317.         Width = 30
  318.         Height = 30
  319.         Hint = 'Exit from Url maker'
  320.         Flat = True
  321.         GrayedInactive = False
  322.         ParentShowHint = False
  323.         OnClick = btExitClick
  324.       end
  325.       object btDele: TRxSpeedButton
  326.         Left = 34
  327.         Top = 3
  328.         Width = 30
  329.         Height = 30
  330.         Hint = 'Delete this Url'
  331.         Flat = True
  332.         GrayedInactive = False
  333.         ParentShowHint = False
  334.         OnClick = btDeleClick
  335.       end
  336.       object btConnect: TRxSpeedButton
  337.         Left = 96
  338.         Top = 3
  339.         Width = 30
  340.         Height = 30
  341.         Hint = 'Connect to this Url'
  342.         Flat = True
  343.         GrayedInactive = False
  344.         ParentShowHint = False
  345.         OnClick = btConnectClick
  346.       end
  347.     end
  348.   end
  349.   object PopupMenu1: TPopupMenu
  350.     Left = 307
  351.     Top = 100
  352.     object Clear1: TMenuItem
  353.       Caption = '&Delete'
  354.       OnClick = Clear1Click
  355.     end
  356.   end
  357.   object SmallImages: TImageList
  358.     Left = 307
  359.     Top = 70
  360.   end
  361. end
  362.